home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / 5skipa.helpbloc < prev    next >
Text File  |  1991-10-23  |  1KB  |  19 lines

  1. +-----------------------------------------------------------------------------+
  2. |                        TEXT1 \skipafter COMMAND                             |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The \skipafter command is always used in conjunction with the \blockquoteformat
  6. (\bqf) command, and will set the amount of vertical space that is to be skipped
  7. after the last paragraph of the blockquote  ends. The format for the \skipafter
  8. command is:                                                                    
  9.                                                                                
  10.           \blockquoteformat{                                                   
  11.           \skipafter{xx}                                                       
  12.           }                                                                    
  13.                                                                                
  14. Where "xx" is the amount of space desired,  expressed in number of lines or any
  15. legal TeX measurement (pt, pc, in, etc.).  The amount of space indicated in the
  16. \skipafter command will be added to the current paragraph skip after ending the
  17. last paragraph of the blockquote and before beginning the next paragraph of the
  18. regular text.                                                                  
  19.